github.com/andybalholm/brotli.encoderParams.lgblock (field)
7 uses
github.com/andybalholm/brotli (current package)
encode.go#L115: return uint(1) << uint(s.params.lgblock)
encode.go#L541: s.params.lgblock = computeLgBlock(&s.params)
encode.go#L600: params.lgblock = 0
params.go#L30: lgblock int
quality.go#L88: var lgblock int = params.lgblock
quality.go#L111: return 1 + brotli_max_int(int(params.lgwin), params.lgblock)
ringbuffer.go#L35: var tail_bits int = params.lgblock
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |